3-Computer Science-Systems-Computer Vision-Algorithms-Transform

Hilbert transform

Transforms {Hilbert transform} can be for one-dimensional signals.

Hough transform

Features have parameters, such as length, angle, color, distance, radius, and angle. Parameters have continuous-value ranges, such as lengths from millimeters to meters, or discrete-value sets, such as color categories. Features have parameter values that make vectors. For example, if parameter number is four, features have four-vectors, such as (0, 0, 0, 0), (3, 0, 0, 0), or (4, 2, 1, 3).

space

Hough spaces have dimension number equal to parameter number. In the example, Hough space has four coordinates. Hough space points can represent features.

feature extraction

Objects whose feature vector lies near feature point have that feature.

feature extraction: accumulator

Feature extraction can use voting {Hough transform}, to accumulate weights at feature points in Hough space {accumulator space} (Paul Hough) [1962]. After voting, if weight passes threshold at feature point, image has feature.

lines

Parameterized standard line, circle, or ellipse test sets establish feature-point coordinates in accumulator space. For lines, accumulator space can use polar-coordinate radius and angle. Edge-detector algorithms can pre-process images to find edges. Hough transforms can group edge points into lines, circles, or ellipses for identification (Richard Duda and Peter Hart) [1972] (Dana H. Ballard) [1981].

pyramid transform

Transforms {pyramid transform} can be for three-dimensional signals and takes high-resolution images and makes low-resolution images.

Radon transform

One-dimensional Hilbert transforms {Radon transform}, at specific orientations, can transform multi-dimensional signals.

Riesz transform

Transforms {Riesz transform} can be for two-dimensional signals.

Related Topics in Table of Contents

3-Computer Science-Systems-Computer Vision-Algorithms

Drawings

Drawings

Contents and Indexes of Topics, Names, and Works

Outline of Knowledge Database Home Page

Contents

Glossary

Topic Index

Name Index

Works Index

Searching

Search Form

Database Information, Disclaimer, Privacy Statement, and Rights

Description of Outline of Knowledge Database

Notation

Disclaimer

Copyright Not Claimed

Privacy Statement

References and Bibliography

Consciousness Bibliography

Technical Information

Date Modified: 2022.0225